runtime.p.mcache (field)
16 uses
runtime (current package)
mcache.go#L137: c = pp.mcache
mgc.go#L661: if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
mgc.go#L1115: pp.mcache.prepareForSweep()
mgc.go#L1529: c := p.mcache
mgcmark.go#L1590: c := p.mcache
mstats.go#L609: c := p.mcache
proc.go#L5058: if pp.mcache == nil {
proc.go#L5065: pp.mcache = mcache0
proc.go#L5067: pp.mcache = allocmcache()
proc.go#L5148: freemcache(pp.mcache)
proc.go#L5149: pp.mcache = nil
proc.go#L5249: gp.m.p.ptr().mcache.prepareForSweep()
proc.go#L5334: pp.mcache.prepareForSweep()
runtime2.go#L629: mcache *mcache
stack.go#L381: c := thisg.m.p.ptr().mcache
stack.go#L480: c := gp.m.p.ptr().mcache
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |